Developer Documentation

QuickTime 4 API Documentation

Programming With QuickTime VR

| Previous | Chapter Contents | Chapter Top |

New Atom Types

The following atom types are planned for a header file that will be made available in a future software development kit.

enum {
QTVRFlattenerParentAtomType= FOUR_CHAR_CODE('VRWe'), // parent of settings
                                        // atoms (other than compression)
QTVRPreviewResAtomType= FOUR_CHAR_CODE('PRes'), // preview res Int16
QTVRImportSpecAtomType= FOUR_CHAR_CODE('ISpe'), // import file FSSpec
QTVRCreatePreviewAtomType= FOUR_CHAR_CODE('Prev'), // Boolean
QTVRImportPreviewAtomType= FOUR_CHAR_CODE('IPre'), // Boolean
QTVRBlurPreviewAtomType= FOUR_CHAR_CODE('Blur') // Boolean
};
enum {
QTVRFlattenerType= FOUR_CHAR_CODE('vrwe')  // manufacturer type for
                                            //QTVR Flattener component
}

 


© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top |